GitHub Actions: How to Automate Code Formatting in Pull Requests
https://peterevans.dev/posts/github-actions-how-to-automate-code-formatting-in-pull-requests/
言及しているアウトプット GitHub ActionsでPR作成時にblackで自動フォーマットする
my current recommendation would be to use a slash command style “ChatOps” solution for operations on pull requests
積ん読 https://github.com/peter-evans/slash-command-dispatch
these workflows do not work for pull requests raised from forks.
If you have other pull request checks besides the following workflow then you must use a Personal Access Token instead of the default GITHUB_TOKEN.
「紹介するワークフローから別のワークフローをトリガーするにはPersonal Access Tokenが必要」
GITHUB_TOKENはデフォルト?